statement n. 1.陳述,聲明,聲明書。 2.【法律】供述;交待。 3.【商業(yè)】貸借對照表;(財務)報告書。 Statements should be based on facts. 說話要有根據(jù)。 prepare an official statement 準備一項正式說明。 make a detailed statement of profit and loss 出具詳細的損益計算書。 issue a statement 發(fā)表一個聲明。 a random statement 胡亂的供詞。 a bank statement 銀行報告單[結單]。
One or more parameters can be declared in a create procedure statement 在create procedure語句中可以聲明一個或多個參數(shù)。
These grouped procedures can be dropped together by using one drop procedure statement 使用一個drop procedure語句可將這些分組過程一起刪除。
Modifies a previously created procedure that was created by executing the create procedure statement 修改先前通過執(zhí)行create procedure語句創(chuàng)建的過程。
Create procedure statements cannot be combined with other sql statements in a single batch Create procedure語句不能與其他sql語句在單個批處理中組合使用。
Exec procedure statement causes the insert statement to be rolled back , but the batch continues 語句引用的存儲過程中的rollback語句將導致insert語句回滾,但批處理繼續(xù)執(zhí)行。
The create procedure statement cannot be combined with other transact - sql statements in a single batch 在單個批處理中, create procedure語句不能與其他transact - sql語句組合使用。
Indicates that sql server will convert the original text of the create procedure statement to an obfuscated format 指示sql server將create procedure語句的原始文本轉(zhuǎn)換為模糊格式。
Indicates that the database engine will convert the original text of the alter procedure statement to an obfuscated format 指示數(shù)據(jù)庫引擎會將alter procedure語句的原始文本轉(zhuǎn)換為模糊格式。
Once the assembly has been created , we can now access our helloworld method by using the create procedure statement 在創(chuàng)建了該程序集之后,現(xiàn)在可以通過使用create procedure語句訪問我們的helloworld方法。
Is an existing optional integer that is used to group procedures of the same name so that they can be dropped together by using one drop procedure statement 現(xiàn)有的可選整數(shù),該整數(shù)用來對具有同一名稱的過程進行分組,以便可以用一個drop procedure語句全部刪除它們。